func github.com/klauspost/compress/flate.histogram

2 uses

	github.com/klauspost/compress/flate (current package)
		huffman_bit_writer.go#L1017: 	histogram(input, w.literalFreq[:numLiterals])
		huffman_code.go#L384: func histogram(b []byte, h []uint16) {